;;; QQ: 67762207 --
%100
; armor
+10
+11
; helmet
+15


[@main]
#IF
checkpkpoint 2
#SAY
I do not want to do business with you this bad. \ \
<End/@exit>
#ELSEACT
goto @main_0_0

[@main_0_0]
#SAY
Welcome, you need? \ \
<Buy/@buy> Armor \
<Sales/@sell> Defense Tools \
<Repair/@repair> Defense Tools \
<Clothing production and decomposition/@ClothesProduce> \
<End/@exit>
[@ClothesProduce]
#CALL [ProduceSystem\Clothes\ClothesMain.txt] @Clothesmain

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 

[@buy]
#SAY
What are you looking for? \ \
  <Pre-step/@main>

[@sell]
#SAY
What are you looking for? \ \
  <Pre-step/@main>

[@repair]
#SAY
Defensive tools, helmets and hats can be repaired. \ \
  <Pre-step/@main>

[~@repair]
#SAY
Repair was good. \ \
  <Pre-step/@main>

[goods]

;;-----------------------------------